summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-07-04dccp ccid-2: Perform congestion-window validationGerrit Renker2-3/+91
2011-07-04dccp ccid-2: Use existing function to test for data packetsGerrit Renker2-11/+11
2011-07-04dccp ccid-2: move rfc 3390 function into header fileGerrit Renker2-9/+9
2011-07-04dccp: cosmetics of info messageGerrit Renker1-2/+2
2011-07-04dccp: combine the functionality of enqeueing and cloningGerrit Renker1-7/+7
2011-07-04dccp: Clean up slow-path input processingGerrit Renker1-31/+30
2011-07-04af_econet: Use current logging styles and neateningJoe Perches1-75/+74
2011-07-04netpoll: Remove wrapper function netpoll_pollJoe Perches1-7/+2
2011-07-04netpoll: Remove unused EXPORT_SYMBOLs of netpoll_poll and netpoll_poll_devJoe Perches1-4/+2
2011-07-02Merge branch 'for-next' of git://git2.kernel.org/pub/scm/linux/kernel/git/low...David S. Miller3-2/+33
2011-07-02net: rds: fix const array syntaxGreg Dietsche1-1/+1
2011-07-02x25: Reduce switch/case indentJoe Perches5-402/+396
2011-07-02sunrpc: Reduce switch/case indentJoe Perches3-44/+41
2011-07-02sctp: Reduce switch/case indentJoe Perches2-30/+31
2011-07-02netrom: Reduce switch/case indentJoe Perches1-9/+13
2011-07-02lapb: Reduce switch/case indentJoe Perches2-467/+444
2011-07-02ipv6: Reduce switch/case indentJoe Perches1-76/+69
2011-07-02ipv4: Reduce switch/case indentJoe Perches2-32/+32
2011-07-02netfilter: Reduce switch/case indentJoe Perches4-167/+165
2011-07-02ipconfig: Reduce switch/case indentJoe Perches1-35/+38
2011-07-02econet: Reduce switch/case indentJoe Perches1-13/+10
2011-07-02decnet: Reduce switch/case indentJoe Perches9-597/+603
2011-07-02appletalk: Reduce switch/case indentJoe Perches2-259/+259
2011-07-02rtnl: provide link dump consistency infoThomas Graf3-0/+15
2011-06-30ieee802154: free skb buffer if dev isn't runningAlexander Smirnov1-1/+1
2011-06-30ieee802154: it's IEEE 802.15.4, not ZigBeeDmitry Eremin-Solenikov1-1/+1
2011-06-30ieee802154: support specifying hw address for created devicesDmitry Eremin-Solenikov1-0/+31
2011-06-29DSA: Enable cascading in multi-chip 6131 configurationBarry Grussling1-2/+6
2011-06-27net_sched: fix dequeuer fairnessjamal1-5/+7
2011-06-25net: Kill unuseful net/TUNABLE doc in kernel sourceShan Wei1-50/+0
2011-06-25Merge branch 'tipc-Jun24-2011' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller12-381/+276
2011-06-25tipc: Optimize creation of connection protocol messagesAllan Stephens1-36/+12
2011-06-25tipc: Don't create payload message using connection protocol routineAllan Stephens1-8/+9
2011-06-25tipc: Reject connection protocol message sent to unconnected portAllan Stephens1-39/+40
2011-06-25tipc: Optimize creation of FIN messagesAllan Stephens1-37/+24
2011-06-25tipc: Cleanup of message header size terminologyAllan Stephens4-20/+20
2011-06-25tipc: Eliminate useless check when creating internal messageAllan Stephens1-4/+2
2011-06-25tipc: Remove unnecessary includes in socket codeAllan Stephens1-3/+0
2011-06-25tipc: Eliminate unused field in bearer structureAllan Stephens2-3/+0
2011-06-25tipc: Correct typo in link statistics outputAllan Stephens1-1/+1
2011-06-25tipc: Eliminate checks for empty zone list during name translationAllan Stephens1-5/+2
2011-06-25tipc: Convert name table publication lists to standard kernel listsAllan Stephens2-164/+90
2011-06-25tipc: Partition name table instance array info into two partsAllan Stephens1-61/+89
2011-06-25tipc: Eliminate redundant masking in message header routinesAllan Stephens1-2/+2
2011-06-25tipc: Eliminate message header routines for caching destination nodeAllan Stephens1-20/+0
2011-06-25tipc: Optimizations & corrections to message rejectionAllan Stephens1-25/+24
2011-06-25tipc: Optimize routing of returned payload messagesAllan Stephens1-1/+6
2011-06-25tipc: Add sanity check to detect rejection of non-payload messagesAllan Stephens1-0/+6
2011-06-25tipc: Standardize exit logic for message rejection handlingAllan Stephens1-10/+9
2011-06-25tipc: Remove unused sanity test macroAllan Stephens1-6/+0