summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* flowcache: Fix resource leaks on namespace exit.Steffen Klassert2014-03-122-1/+25
* tipc: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-1/+1
* ieee802154: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-122-2/+2
* net: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-122-12/+12
* 8021q: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-122-4/+4
* pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet2014-03-111-0/+2
* pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet2014-03-111-4/+2
* ipv6: ip6_forward: perform skb->pkt_type check at the beginningLi RongQing2014-03-111-3/+3
* flowcache: restore a single flow_cache kmem_cacheEric Dumazet2014-03-101-6/+8
* tcp: timestamp SYN+DATA messagesEric Dumazet2014-03-102-0/+7
* 6lowpan: reassembly: fix access of ctl table entryAlexander Aring2014-03-101-1/+1
* l2tp: fix unused variable warningEric Dumazet2014-03-101-2/+1
* netlink: autosize skb lengthesEric Dumazet2014-03-102-1/+27
* vlan: use use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong2014-03-091-1/+1
* vlan: slight optimization for vlan_do_receive()dingtianhong2014-03-091-1/+1
* pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet2014-03-081-6/+15
* 6lowpan: reassembly: fix return of init functionAlexander Aring2014-03-071-2/+3
* Merge tag 'rxrpc-devel-20140304' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2014-03-0713-168/+564
|\
| * af_rxrpc: Keep rxrpc_call pointers in a hashtableTim Smith2014-03-043-106/+277
| * af_rxrpc: Request an ACK for every alternate DATA packetDavid Howells2014-02-261-2/+6
| * af_rxrpc: Expose more RxRPC parameters via sysctlsDavid Howells2014-02-264-4/+60
| * af_rxrpc: Improve ACK productionDavid Howells2014-02-263-4/+3
| * af_rxrpc: Add sysctls for configuring RxRPC parametersDavid Howells2014-02-2611-27/+211
| * af_rxrpc: Fix UDP MTU calculation from ICMP_FRAG_NEEDEDDavid Howells2014-02-261-0/+1
| * af_rxrpc: Prevent RxRPC peers from ABORT-storming one anotherTim Smith2014-02-071-4/+8
| * af_rxrpc: Remove incorrect checksum calculation from rxrpc_recvmsg()Tim Smith2014-02-071-24/+1
* | l2tp: keep original skb ownershipEric Dumazet2014-03-071-21/+2
* | tcp: do not leak non zero tstamp in output packetsEric Dumazet2014-03-071-0/+2
* | net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet2014-03-061-12/+8
* | 6lowpan: move 6lowpan header to include/netAlexander Aring2014-03-065-439/+4
* | 6lowpan: add missing include of net/ipv6.hAlexander Aring2014-03-061-0/+2
* | tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller2014-03-061-2/+2
* | inet: remove now unused flag DST_NOPEERHannes Frederic Sowa2014-03-062-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-0556-390/+525
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-0453-384/+500
| |\ \
| | * \ Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-03-032-1/+32
| | |\ \
| | | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-032-1/+32
| | | |\ \
| | | | * \ Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-02-282-1/+32
| | | | |\ \
| | | | | * | mac80211: fix association to 20/40 MHz VHT networksJohannes Berg2014-02-271-0/+1
| | | | | * | cfg80211: regulatory: reset regdomain in case of errorJanusz Dziedzic2014-02-251-1/+9
| | | | | * | mac80211: don't validate unchanged AP bandwidth while trackingJohannes Berg2014-02-241-0/+22
| | * | | | | net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann2014-03-031-0/+7
| | * | | | | Merge tag 'linux-can-fixes-for-3.14-20140303' of git://gitorious.org/linux-ca...David S. Miller2014-03-031-21/+5
| | |\ \ \ \ \
| | | * | | | | can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp2014-03-031-21/+5
| | | |/ / / /
| | * | | | | ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long2014-03-031-1/+0
| | * | | | | tcp: fix bogus RTT on special retransmissionYuchung Cheng2014-03-032-4/+10
| | * | | | | hsr: off by one sanity check in hsr_register_frame_in()Dan Carpenter2014-03-031-1/+1
| | |/ / / /
| | * | | | ipv6: ipv6_find_hdr restore prev functionalityHans Schillstrom2014-02-271-1/+1
| | * | | | neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong2014-02-271-3/+3
| | * | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-02-2710-64/+99
| | |\ \ \ \
OpenPOWER on IntegriCloud