summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2014-03-12tipc: eliminate redundant lookups in registryJon Paul Maloy5-64/+50
2014-03-12tipc: align usage of variable names and macros in socketJon Paul Maloy3-84/+98
2014-03-12tipc: eliminate redundant lockingJon Paul Maloy3-109/+47
2014-03-12tipc: eliminate upcall function pointers between port and socketJon Paul Maloy5-58/+34
2014-03-12tipc: aggregate port structure into socket structureJon Paul Maloy4-54/+101
2014-03-12tipc: remove redundant 'peer_name' field in struct tipc_sockJon Paul Maloy3-27/+30
2014-03-12tipc: replace reference table rwlock with spinlockJon Paul Maloy1-5/+5
2014-03-12flowcache: Fix resource leaks on namespace exit.Steffen Klassert2-1/+25
2014-03-12tipc: Convert uses of __constant_<foo> to <foo>Joe Perches1-1/+1
2014-03-12ieee802154: Convert uses of __constant_<foo> to <foo>Joe Perches2-2/+2
2014-03-12net: Convert uses of __constant_<foo> to <foo>Joe Perches2-12/+12
2014-03-128021q: Convert uses of __constant_<foo> to <foo>Joe Perches2-4/+4
2014-03-12pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet1-0/+2
2014-03-12pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet1-4/+2
2014-03-11ipv6: ip6_forward: perform skb->pkt_type check at the beginningLi RongQing1-3/+3
2014-03-11flowcache: restore a single flow_cache kmem_cacheEric Dumazet1-6/+8
2014-03-11tcp: timestamp SYN+DATA messagesEric Dumazet2-0/+7
2014-03-116lowpan: reassembly: fix access of ctl table entryAlexander Aring1-1/+1
2014-03-10l2tp: fix unused variable warningEric Dumazet1-2/+1
2014-03-10netlink: autosize skb lengthesEric Dumazet2-1/+27
2014-03-10vlan: use use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong1-1/+1
2014-03-10vlan: slight optimization for vlan_do_receive()dingtianhong1-1/+1
2014-03-09pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet1-6/+15
2014-03-086lowpan: reassembly: fix return of init functionAlexander Aring1-2/+3
2014-03-08Merge tag 'rxrpc-devel-20140304' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller13-168/+564
2014-03-07l2tp: keep original skb ownershipEric Dumazet1-21/+2
2014-03-07tcp: do not leak non zero tstamp in output packetsEric Dumazet1-0/+2
2014-03-07net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet1-12/+8
2014-03-076lowpan: move 6lowpan header to include/netAlexander Aring5-439/+4
2014-03-076lowpan: add missing include of net/ipv6.hAlexander Aring1-0/+2
2014-03-07tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller1-2/+2
2014-03-06inet: remove now unused flag DST_NOPEERHannes Frederic Sowa2-2/+2
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller56-390/+525
2014-03-05ieee802154: fix whitespace issues in KconfigAlexander Aring1-1/+1
2014-03-04cfg80211: add MPLS and 802.21 classificationSimon Wunderlich1-0/+16
2014-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds53-384/+500
2014-03-04af_rxrpc: Keep rxrpc_call pointers in a hashtableTim Smith3-106/+277
2014-03-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2-1/+32
2014-03-04net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann1-0/+7
2014-03-04Merge tag 'linux-can-fixes-for-3.14-20140303' of git://gitorious.org/linux-ca...David S. Miller1-21/+5
2014-03-04tcp: snmp stats for Fast Open, SYN rtx, and data pktsYuchung Cheng6-4/+21
2014-03-04ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long1-1/+0
2014-03-04sch_tbf: Remove holes in struct tbf_sched_data.Hiroaki SHIMODA1-11/+12
2014-03-04tcp: fix bogus RTT on special retransmissionYuchung Cheng2-4/+10
2014-03-04hsr: off by one sanity check in hsr_register_frame_in()Dan Carpenter1-1/+1
2014-03-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+32
2014-03-03can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp1-21/+5
2014-03-036lowpan: use memcpy to set tag value in fraghdrAlexander Aring1-2/+1
2014-03-036lowpan: remove initialization of tag valueAlexander Aring1-1/+0
2014-03-036lowpan: fix type of datagram size parameterAlexander Aring1-1/+1