aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-11-19net: inet_diag_handler structs can be constEric Dumazet2-2/+2
2008-11-19net: make /proc/net/protocols namespace awareEric Dumazet1-5/+24
2008-11-19net: af_packet should update its inuse counterEric Dumazet1-0/+2
2008-11-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller11-21/+45
2008-11-17net: sctp should update its inuse counterEric Dumazet1-0/+2
2008-11-17net: af_unix should update its inuse counterEric Dumazet1-0/+4
2008-11-17net: af_unix can make unix_nr_socks visbile in /procEric Dumazet1-3/+4
2008-11-16rtnetlink: propagate error from dev_change_flags in do_setlink()Johannes Berg1-1/+3
2008-11-16ematch: simpler tcf_em_unregister()Alexey Dobriyan1-15/+3
2008-11-16net: Cleanup of af_unixEric Dumazet1-62/+55
2008-11-16dccp: Tidy up setsockopt callsGerrit Renker1-11/+12
2008-11-16dccp: Deprecate Ack Ratio sysctlGerrit Renker4-10/+0
2008-11-16dccp: Feature negotiation for minimum-checksum-coverageGerrit Renker1-13/+40
2008-11-16dccp: Deprecate old setsockopt frameworkGerrit Renker3-98/+32
2008-11-16dccp: Mechanism to resolve CCID dependenciesGerrit Renker3-4/+47
2008-11-16net: use %pF for /proc/net/ptypeAlexey Dobriyan1-30/+2
2008-11-16Phonet: refuse to send bigger than MTU packetsRĂ©mi Denis-Courmont1-2/+2
2008-11-16net: Convert TCP & DCCP hash tables to use RCU / hlist_nullsEric Dumazet11-77/+144
2008-11-16udp: Use hlist_nulls in UDP RCU codeEric Dumazet2-37/+36
2008-11-16TPROXY: implemented IP_RECVORIGDSTADDR socket optionBalazs Scheidler1-1/+39
2008-11-16ipv4: Fix ARP behavior with many mac-vlansBen Greear1-11/+11
2008-11-14scm: fix scm_fp_list->list initialization made in wrong placePavel Emelyanov1-2/+0
2008-11-14net: speedup dst_release()Eric Dumazet1-2/+4
2008-11-13lockdep: include/linux/lockdep.h - fix warning in net/bluetooth/af_bluetooth.cIngo Molnar1-2/+0
2008-11-13pkt_sched: Remove qdisc->ops->requeue() etc.Jarek Poplawski16-377/+4
2008-11-12netdevice: safe convert to netdev_priv() #part-4Wang Chen9-30/+32
2008-11-129p: restrict RDMA usageRandy Dunlap1-4/+6
2008-11-12net: Remove unused parameter of xfrm_gen_index()Arnaud Ebalard1-3/+3
2008-11-12net: shy netns_ok checkAlexey Dobriyan1-1/+9
2008-11-12ipv6: routing header fixesBrian Haley2-0/+10
2008-11-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-3/+3
2008-11-12mac80211: fix notify_mac functionJohannes Berg1-3/+3
2008-11-12net: put_cmsg_compat + SO_TIMESTAMP[NS]: use same name for value as callerPatrick Ohly1-2/+2
2008-11-12tcp_htcp: last_cong bug fixDoug Leith1-4/+10
2008-11-12net: Cleanup of neighbour codeEric Dumazet1-9/+3
2008-11-12net: ib_net pointer should depends on CONFIG_NET_NSEric Dumazet2-5/+5
2008-11-12dccp: Resolve dependencies of features on choice of CCIDGerrit Renker4-0/+168
2008-11-12dccp: Query supported CCIDsGerrit Renker4-0/+59
2008-11-12dccp: Registration routines for changing feature valuesGerrit Renker4-28/+197
2008-11-12dccp: Limit feature negotiation to connection setup phaseGerrit Renker3-41/+8
2008-11-11net: remove struct dst_entry::entry_sizeAlexey Dobriyan5-7/+0
2008-11-11net: remove struct neigh_table::pdeAlexey Dobriyan1-3/+2
2008-11-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller12-56/+174
2008-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds11-38/+114
2008-11-10dsa: fix master interface allmulti/promisc handlingLennert Buytenhek1-2/+70
2008-11-10dsa: fix skb->pkt_type when mac address of slave interface differsLennert Buytenhek3-0/+3
2008-11-10net: fix setting of skb->tail in skb_recycle_check()Lennert Buytenhek1-1/+1
2008-11-10net: fix /proc/net/snmp as memory corruptorEric Dumazet1-28/+30
2008-11-10mac80211: fix a buffer overrun in station debug codeJianjun Kong1-1/+1
2008-11-10pktgen: add full reset functionalityJesse Brandeburg1-0/+22