summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* af_unix: fix bug on large send()Eric Dumazet2013-08-121-1/+2
* net: attempt high order allocations in sock_alloc_send_pskb()Eric Dumazet2013-08-103-52/+56
* af_unix: improve STREAM behavior with fragmented memoryEric Dumazet2013-08-101-35/+30Star
* tcp: add server ip to encrypt cookie in fast openYuchung Cheng2013-08-102-10/+13
* Revert "net: sctp: convert sctp_checksum_disable module param into sctp sysctl"David S. Miller2013-08-094-18/+6Star
* net: sctp: trivial: update bug report in header commentDaniel Borkmann2013-08-0927-162/+0Star
* net: sctp: convert sctp_checksum_disable module param into sctp sysctlDaniel Borkmann2013-08-094-6/+18
* net: igmp: Allow user-space configuration of igmp unsolicited report intervalWilliam Manley2013-08-092-2/+25
* net: igmp: Don't flush routing cache when force_igmp_version is modifiedWilliam Manley2013-08-091-2/+2
* net: igmp: Reduce Unsolicited report interval to 1s when using IGMPv3William Manley2013-08-091-3/+13
* net: add SNMP counters tracking incoming ECN bitsEric Dumazet2013-08-094-2/+23
* packet: Revert recent header parsing changes.David S. Miller2013-08-081-29/+24Star
* net: use skb_copy_datagram_from_iovec() in zerocopy_sg_from_iovec()Jason Wang2013-08-081-27/+10Star
* net: use release_pages() in zerocopy_sg_from_iovec()Jason Wang2013-08-081-4/+2Star
* net: remove the useless comment in zerocopy_sg_from_iovec()Jason Wang2013-08-081-1/+0Star
* net: use skb_fill_page_desc() in zerocopy_sg_from_iovec()Jason Wang2013-08-081-2/+1Star
* net: move zerocopy_sg_from_iovec() to net/core/datagram.cJason Wang2013-08-081-0/+93
* net: move iov_pages() to net/core/iovec.cJason Wang2013-08-081-0/+24
* ip_tunnel: embed hash list headstephen hemminger2013-08-081-7/+6Star
* bridge: fix rcu check warning in multicast port groupstephen hemminger2013-08-052-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-08-0452-292/+424
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-08-0432-257/+299
| |\
| | * netlabel: use domain based selectors when address based selectors are not ava...Paul Moore2013-08-036-158/+130Star
| | * net: check net.core.somaxconn sysctl valuesRoman Gushchin2013-08-031-1/+5
| | * net: rtm_to_ifaddr: free ifa if ifa_cacheinfo processing failsDaniel Borkmann2013-08-021-1/+3
| | * htb: fix sign extension bugstephen hemminger2013-08-021-1/+1
| | * tipc: fix oops when creating server socket failsYing Xue2013-08-021-3/+12
| | * net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLLCong Wang2013-08-025-7/+7
| | * ipv6: prevent race between address creation and removalJiri Benc2013-08-011-16/+15Star
| | * ipv6: move peer_addr init into ipv6_add_addr()Jiri Pirko2013-08-011-9/+11
| | * ipv6: update ip6_rt_last_gc every time GC is runMichal Kubeček2013-08-012-4/+6
| | * ipv6: prevent fib6_run_gc() contentionMichal Kubeček2013-08-013-15/+12Star
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-08-019-35/+54
| | |\
| | | * Merge tag 'nfc-fixes-3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...John W. Linville2013-07-315-23/+24
| | | |\
| | | | * NFC: netlink: Rename CMD_FW_UPLOAD to CMD_FW_DOWNLOADSamuel Ortiz2013-07-314-23/+23
| | | | * NFC: Fix NCI over SPI buildFrederic Danis2013-07-191-0/+1
| | | * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2013-07-311-9/+17
| | | |\ \
| | | | * | Bluetooth: Fix calling request callback more than onceJohan Hedberg2013-07-291-1/+9
| | | | * | Bluetooth: Fix HCI init for BlueFRITZ! devicesJohan Hedberg2013-07-291-1/+4
| | | | * | Bluetooth: Fix race between hci_register_dev() and hci_dev_open()Gustavo Padovan2013-07-251-7/+4Star
| | | | * | Bluetooth: Fix invalid length check in l2cap_information_rsp()Jaganath Kanakkassery2013-07-251-1/+1
| | | * | | regulatory: use correct regulatory initiator on wiphy registerArik Nemtsov2013-07-251-1/+4
| | | * | | mac80211: fix monitor interface suspend crash regressionStanislaw Gruszka2013-07-231-2/+5
| | | * | | mac80211: prevent the buffering or frame transmission to non-assoc mesh STAChun-Yeow Yeoh2013-07-221-0/+4
| | * | | | bridge: disable snooping if there is no querierLinus Lüssing2013-08-014-11/+46
| | * | | | net_sched: info leak in atm_tc_dump_class()Dan Carpenter2013-08-011-0/+1
| * | | | | Merge branch 'for-3.11' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-08-034-8/+10
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | svcrpc: set cr_gss_mech from gss-proxy as well as legacy upcallJ. Bruce Fields2013-08-011-1/+1
| | * | | | svcrpc: fix kfree oops in gss-proxy codeJ. Bruce Fields2013-08-011-1/+0Star
| | * | | | svcrpc: fix gss-proxy xdr decoding oopsJ. Bruce Fields2013-08-011-4/+5