summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-2248-173/+198
|\
| * gso: handle new frag_list of frags GRO packetsHerbert Xu2013-11-211-25/+50
| * genetlink: fix genlmsg_multicast() bugJohannes Berg2013-11-211-2/+2
| * packet: fix use after free race in send path when dev is releasedDaniel Borkmann2013-11-212-23/+37
| * wimax: remove dead codeMichael Opdenacker2013-11-211-1/+0
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-11-214-1/+14
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-214-1/+14
| | |\
| | | * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2013-11-154-1/+14
| | | |\
| | | | * Bluetooth: Fix rejecting SMP security request in slave roleJohan Hedberg2013-11-131-0/+3
| | | | * Bluetooth: Fix crash in l2cap_chan_send after l2cap_chan_delSeung-Woo Kim2013-11-131-0/+3
| | | | * Bluetooth: Fix to set proper bdaddr_type for RFCOMM connectSeung-Woo Kim2013-11-131-0/+1
| | | | * Bluetooth: Fix RFCOMM bind fail for L2CAP sockSeung-Woo Kim2013-11-131-0/+2
| | | | * Bluetooth: Fix issue with RFCOMM getsockopt operationMarcel Holtmann2013-11-131-1/+5
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-11-218-16/+29
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | netfilter: ebt_ip6: fix source and destination matchingLuís Fernando Cornachioni Estrozi2013-11-191-3/+5
| | * | | netfilter: nf_conntrack: decrement global counter after object releasePablo Neira Ayuso2013-11-181-1/+2
| | * | | netfilter: nft_compat: fix error path in nft_parse_compat()Pablo Neira Ayuso2013-11-181-6/+13
| | * | | netfilter: fix wrong byte order in nf_ct_seqadj_set internal informationPhil Oester2013-11-181-2/+2
| | * | | netfilter: synproxy: correct wscale option passingMartin Topholm2013-11-181-3/+4
| | * | | netfilter: synproxy: send mss option to backendMartin Topholm2013-11-182-0/+2
| | * | | netfilter: fix connlimit Kconfig prompt stringRandy Dunlap2013-11-131-1/+1
| * | | | net: add BUG_ON if kernel advertises msg_namelen > sizeof(struct sockaddr_sto...Hannes Frederic Sowa2013-11-201-1/+2
| * | | | net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-2030-101/+55
| * | | | bridge: flush br's address entry in fdb when remove theDing Tianhong2013-11-201-0/+2
| * | | | net: core: Always propagate flag changes to interfacesVlad Yasevich2013-11-201-1/+1
| * | | | ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov2013-11-201-2/+6
* | | | | kernel: remove CONFIG_USE_GENERIC_SMP_HELPERS cleanlyYuanhan Liu2013-11-211-2/+2
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-201-10/+1
|\ \ \ \ \
| * | | | | consolidate simple ->d_delete() instancesAl Viro2013-11-151-10/+1
* | | | | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-201-2/+2
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Merge branch 'dma_complete' into nextVinod Koul2013-10-301-2/+2
| |\ \ \ \ \
| | * | | | | net: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-2/+2
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-1952-921/+694
|\ \ \ \ \ \ \
| * | | | | | | genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-1913-325/+298
| * | | | | | | genetlink: pass family to functions using groupsJohannes Berg2013-11-1911-74/+105
| * | | | | | | genetlink: add and use genl_set_err()Johannes Berg2013-11-192-7/+7
| * | | | | | | genetlink: remove family pointer from genl_multicast_groupJohannes Berg2013-11-191-20/+18
| * | | | | | | genetlink: remove genl_unregister_mc_group()Johannes Berg2013-11-191-23/+0
| * | | | | | | hsr: don't call genl_unregister_mc_group()Johannes Berg2013-11-191-2/+0
| * | | | | | | quota/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-191-2/+8
| * | | | | | | drop_monitor/genetlink: use proper genetlink multicast APIsJohannes Berg2013-11-192-4/+22
| * | | | | | | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-1916-39/+31
| * | | | | | | tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin2013-11-191-1/+0
| * | | | | | | xfrm: Release dst if this dst is improper for vti tunnelfan.du2013-11-191-0/+1
| * | | | | | | netlink: fix documentation typo in netlink_set_err()Johannes Berg2013-11-191-1/+1
| * | | | | | | ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa2013-11-181-15/+19
| * | | | | | | ipv6: Fix inet6_init() cleanup orderVlad Yasevich2013-11-181-2/+2
| * | | | | | | genetlink: rename shadowed variableJohannes Berg2013-11-181-5/+5
| * | | | | | | inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2013-11-188-38/+17
| * | | | | | | net: ipv6: ndisc: Fix warning when CONFIG_SYSCTL=nFabio Estevam2013-11-181-1/+1