aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-01x25: Reduce switch/case indentJoe Perches5-402/+396
2011-07-01sunrpc: Reduce switch/case indentJoe Perches3-44/+41
2011-07-01sctp: Reduce switch/case indentJoe Perches2-30/+31
2011-07-01netrom: Reduce switch/case indentJoe Perches1-9/+13
2011-07-01lapb: Reduce switch/case indentJoe Perches2-467/+444
2011-07-01ipv6: Reduce switch/case indentJoe Perches1-76/+69
2011-07-01ipv4: Reduce switch/case indentJoe Perches2-32/+32
2011-07-01netfilter: Reduce switch/case indentJoe Perches4-167/+165
2011-07-01ipconfig: Reduce switch/case indentJoe Perches1-35/+38
2011-07-01econet: Reduce switch/case indentJoe Perches1-13/+10
2011-07-01decnet: Reduce switch/case indentJoe Perches9-597/+603
2011-07-01appletalk: Reduce switch/case indentJoe Perches2-259/+259
2011-07-01rtnl: provide link dump consistency infoThomas Graf3-0/+15
2011-06-29DSA: Enable cascading in multi-chip 6131 configurationBarry Grussling1-2/+6
2011-06-27net_sched: fix dequeuer fairnessjamal1-5/+7
2011-06-24net: Kill unuseful net/TUNABLE doc in kernel sourceShan Wei1-50/+0
2011-06-24Merge branch 'tipc-Jun24-2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/net-next-2.6David S. Miller12-381/+276
2011-06-24tipc: Optimize creation of connection protocol messagesAllan Stephens1-36/+12
2011-06-24tipc: Don't create payload message using connection protocol routineAllan Stephens1-8/+9
2011-06-24tipc: Reject connection protocol message sent to unconnected portAllan Stephens1-39/+40
2011-06-24tipc: Optimize creation of FIN messagesAllan Stephens1-37/+24
2011-06-24tipc: Cleanup of message header size terminologyAllan Stephens4-20/+20
2011-06-24tipc: Eliminate useless check when creating internal messageAllan Stephens1-4/+2
2011-06-24tipc: Remove unnecessary includes in socket codeAllan Stephens1-3/+0
2011-06-24tipc: Eliminate unused field in bearer structureAllan Stephens2-3/+0
2011-06-24tipc: Correct typo in link statistics outputAllan Stephens1-1/+1
2011-06-24tipc: Eliminate checks for empty zone list during name translationAllan Stephens1-5/+2
2011-06-24tipc: Convert name table publication lists to standard kernel listsAllan Stephens2-164/+90
2011-06-24tipc: Partition name table instance array info into two partsAllan Stephens1-61/+89
2011-06-24tipc: Eliminate redundant masking in message header routinesAllan Stephens1-2/+2
2011-06-24tipc: Eliminate message header routines for caching destination nodeAllan Stephens1-20/+0
2011-06-24tipc: Optimizations & corrections to message rejectionAllan Stephens1-25/+24
2011-06-24tipc: Optimize routing of returned payload messagesAllan Stephens1-1/+6
2011-06-24tipc: Add sanity check to detect rejection of non-payload messagesAllan Stephens1-0/+6
2011-06-24tipc: Standardize exit logic for message rejection handlingAllan Stephens1-10/+9
2011-06-24tipc: Remove unused sanity test macroAllan Stephens1-6/+0
2011-06-24tipc: Convert fatal broadcast sanity check to non-fatal checkAllan Stephens1-1/+5
2011-06-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville21-739/+1887
2011-06-24Bluetooth: include scatterlist.h where neededStephen Rothwell1-0/+1
2011-06-23dcb: use nlmsg_free() instead of kfree()Dan Carpenter1-2/+2
2011-06-22nl80211: use netlink consistent dump feature for BSS dumpsJohannes Berg1-4/+8
2011-06-22netlink: advertise incomplete dumpsJohannes Berg1-0/+2
2011-06-22Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6John W. Linville10-425/+1295
2011-06-21ip: introduce ip_is_fragment helper inline functionPaul Gortmaker12-17/+16
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-21dcb: Add missing error check in dcb_ieee_set()John Fastabend1-0/+3
2011-06-21dcb: fix return type on dcb_setapp()John Fastabend1-1/+1
2011-06-21dcb: Add dcb_ieee_getapp_mask() for drivers to query APP settingsJohn Fastabend1-0/+26
2011-06-21dcb: Add ieee_dcb_delapp() and dcb op to delete app entryJohn Fastabend1-2/+88
2011-06-21dcb: Add ieee_dcb_setapp() to be used for IEEE 802.1Qaz APP dataJohn Fastabend1-4/+51