summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Set default hoplimit as zero.Li RongQing2012-10-241-2/+2
* tcp: Reject invalid ack_seq to Fast Open socketsJerry Chu2012-10-232-4/+12
* net: fix secpath kmemleakEric Dumazet2012-10-221-2/+4
* tcp: add SYN/data info to TCP_INFOYuchung Cheng2012-10-224-0/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-10-197-32/+45
|\
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2012-10-173-24/+34
| |\
| | * mac80211: connect with HT20 if HT40 is not permittedJohannes Berg2012-10-171-10/+20
| | * cfg80211/mac80211: avoid state mishmash on deauthStanislaw Gruszka2012-10-152-11/+6
| | * Merge remote-tracking branch 'wireless/master' into mac80211Johannes Berg2012-10-15460-9632/+17843
| | |\
| | * | mac80211: Fix FC masking in BIP AAD generationJouni Malinen2012-10-011-3/+8
| * | | mac80211: use ieee80211_free_txskb in a few more placesFelix Fietkau2012-10-153-5/+5
| * | | mac80211: check if key has TKIP type before updating IVStanislaw Gruszka2012-10-151-1/+2
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-10-151-2/+4
| |\ \ \
| | * | | Bluetooth: SMP: Fix setting unknown auth_req bitsJohan Hedberg2012-10-121-2/+4
* | | | | Merge tag 'batman-adv-fix-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller2012-10-183-10/+27
|\ \ \ \ \
| * | | | | batman-adv: Fix potential broadcast BLA-duplicate-check race conditionLinus Lüssing2012-10-182-5/+16
| * | | | | batman-adv: Fix broadcast packet CRC calculationLinus Lüssing2012-10-182-5/+11
* | | | | | tcp: fix FIONREAD/SIOCINQEric Dumazet2012-10-181-5/+3
* | | | | | netlink: use kfree_rcu() in netlink_release()Eric Dumazet2012-10-181-4/+15
* | | | | | ipv4: Fix flushing of cached routing informationsSteffen Klassert2012-10-181-3/+6
* | | | | | vlan: allow to change type when no vlan device is hooked on netdevJiri Pirko2012-10-181-1/+3
* | | | | | netfilter: xt_TEE: don't use destination address found in headerEric Dumazet2012-10-171-0/+1
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netPablo Neira Ayuso2012-10-1763-796/+816
|\| | | | |
| * | | | | ipv6: addrconf: fix /proc/net/if_inet6Eric Dumazet2012-10-161-6/+9
| * | | | | sctp: fix call to SCTP_CMD_PROCESS_SACK in sctp_cmd_interpreter()Zijie Pan2012-10-161-1/+2
| * | | | | vlan: fix bond/team enslave of vlan challenged slave/portJiri Pirko2012-10-161-1/+8
| |/ / / /
| * | | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-10-143-27/+28
| |\ \ \ \
| | * | | | KEYS: Add payload preparsing opportunity prior to key instantiate or updateDavid Howells2012-10-083-27/+28
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-131-1/+1
| |\ \ \ \ \
| | * | | | | userns: Properly print bluetooth socket uidsEric W. Biederman2012-10-121-1/+1
| * | | | | | Merge branch 'for-3.7' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-10-133-204/+190
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge Trond's bugfixesJ. Bruce Fields2012-10-111-5/+17
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ nfs: disintegrate UAPI for nfsJ. Bruce Fields2012-10-09438-8900/+16221
| | |\ \ \ \ \ \ \
| | * | | | | | | | nfsd: remove unused listener-removal interfacesJ. Bruce Fields2012-09-101-51/+0
| | * | | | | | | | svcrpc: split up svc_handle_xprtJ. Bruce Fields2012-08-211-22/+25
| | * | | | | | | | svcrpc: break up svc_recvJ. Bruce Fields2012-08-211-36/+67
| | * | | | | | | | svcrpc: make svc_xprt_received staticJ. Bruce Fields2012-08-212-25/+20
| | * | | | | | | | svcrpc: make xpo_recvfrom return only >=0J. Bruce Fields2012-08-212-4/+4
| | * | | | | | | | svcrpc: don't bother checking bad svc_addr_len resultJ. Bruce Fields2012-08-211-2/+0
| | * | | | | | | | svcrpc: minor udp code cleanupJ. Bruce Fields2012-08-211-4/+5
| | * | | | | | | | svcrpc: share some setup of listening socketsJ. Bruce Fields2012-08-212-11/+11
| | * | | | | | | | svcrpc: make svc_create_xprt enqueue on clearing XPT_BUSYJ. Bruce Fields2012-08-211-1/+1
| | * | | | | | | | svcrpc: clean up control flowJ. Bruce Fields2012-08-211-35/+34
| | * | | | | | | | svcrpc: standardize svc_setup_socket return conventionJ. Bruce Fields2012-08-211-18/+22
| | * | | | | | | | svcrpc: fix xpt_list traversal locking on shutdownJ. Bruce Fields2012-08-211-9/+15
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-10-1311-138/+82
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | |
| | * | | | | | | | net: add doc for in4_pton()Amerigo Wang2012-10-121-0/+12
| | * | | | | | | | net: add doc for in6_pton()Amerigo Wang2012-10-121-0/+12
| | * | | | | | | | vti: fix sparse bit endian warningsstephen hemminger2012-10-121-2/+2
| | * | | | | | | | tcp: resets are misroutedAlexey Kuznetsov2012-10-122-4/+6