aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-19gre: add GSO supportEric Dumazet1-0/+12
2012-09-19net: provide a default dev->ethtool_opsEric Dumazet2-12/+4
2012-09-19net: dev: fix incorrect getting net device's nameGao feng1-8/+20
2012-09-19ipv6: recursive check rt->dst.from when call rt6_check_expiredLi RongQing1-5/+1
2012-09-19net: more accurate network taps in transmit pathEric Dumazet1-3/+6
2012-09-18net/tipc/name_table.c: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-18net/openvswitch/vport.c: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-18net/ieee802154/6lowpan.c: Remove unecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-17llc: Remove stray reference to sysctl_llc_station_ack_timeout.David S. Miller1-7/+0
2012-09-17llc2: Collapse remainder of state machine into simple if-else if-statementBen Hutchings1-87/+4
2012-09-17llc2: Remove explicit indexing of state action arraysBen Hutchings1-4/+4
2012-09-17llc2: Remove the station send queueBen Hutchings1-32/+2
2012-09-17llc2: Collapse the station event receive pathBen Hutchings1-81/+6
2012-09-17llc2: Remove dead code for state machineBen Hutchings1-395/+9
2012-09-17llc2: Remove pointless indirection through llc_stat_state_trans_endBen Hutchings1-12/+4
2012-09-17af_unix: old_cred is surplusAlan Cox1-4/+1
2012-09-17Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller5-17/+17
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller38-134/+223
2012-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds30-102/+184
2012-09-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville12-34/+44
2012-09-13pktgen: fix crash with vlan and packet size less than 46Nishank Trivedi1-1/+1
2012-09-13ipv6: replace write lock with read lock when get route infoLi RongQing2-6/+6
2012-09-13ipv6: route templates can be constEric Dumazet1-3/+3
2012-09-13ipv6: Compare addresses only bits up to the prefix length (RFC6724).YOSHIFUJI Hideaki / 吉藤英明1-2/+4
2012-09-13ipv6: Add labels for site-local and 6bone testing addresses (RFC6724)YOSHIFUJI Hideaki / 吉藤英明1-1/+13
2012-09-13netprio_cgroup: Use memcpy instead of the for-loop to copy priomapSrivatsa S. Bhat1-5/+4
2012-09-13netprio_cgroup: Remove update_netdev_tables() since it is unnecessarySrivatsa S. Bhat1-32/+0
2012-09-13net_sched: gred: actually perform idling in WRED modeDavid Ward1-11/+15
2012-09-13net_sched: gred: fix qave reporting via netlinkDavid Ward1-1/+4
2012-09-13net_sched: gred: eliminate redundant DP prio comparisonsDavid Ward1-3/+2
2012-09-13net_sched: gred: correct comment about qavg calculation in RIO modeDavid Ward1-1/+1
2012-09-13Merge branch 'master' of git://1984.lsi.us.es/nf-nextDavid S. Miller5-9/+4
2012-09-13Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller4-44/+38
2012-09-13Merge tag 'nfs-for-3.6-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds3-14/+24
2012-09-12netfilter: ctnetlink: fix module auto-load in ctnetlink_parse_natPablo Neira Ayuso1-3/+0
2012-09-12netfilter: log: Fix log-level processingJoe Perches2-3/+3
2012-09-11net-sched: sch_cbq: avoid infinite loopEric Dumazet1-2/+3
2012-09-10net: fix net/core/sock.c build errorRandy Dunlap1-0/+2
2012-09-10ipv6: remove some useless RCU read lockAmerigo Wang2-24/+4
2012-09-10caif: move the dereference below the NULL testWei Yongjun1-2/+3
2012-09-10filter: add MOD operationEric Dumazet1-0/+15
2012-09-10xfrm: Report user triggered expirations against the users socketEric W. Biederman1-2/+2
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman60-607/+607
2012-09-10ipvs: use list_del_init instead of list_del/INIT_LIST_HEADWei Yongjun1-2/+1
2012-09-09netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik1-8/+2
2012-09-09netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik1-11/+8
2012-09-09netfilter: nfnetlink_queue: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2012-09-09netfilter: nf_nat: fix out-of-bounds access in address selectionFlorian Westphal1-1/+1
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso10-19/+12
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso3-18/+15