aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2009-10-07net: mark net_proto_ops as constStephen Hemminger
2009-10-07make TLLAO option for NA packets configurableOctavian Purdila
2009-10-07Use sk_mark for IPv6 routing lookupsBrian Haley
2009-10-07ethtool: Add reset operationBen Hutchings
2009-10-07pkt_sched: gen_estimator: Dont report fake rate estimatorsEric Dumazet
2009-10-07Use sk_mark for routing lookup in more placesEric Dumazet
2009-10-07ipv6 sit: 6rd (IPv6 Rapid Deployment) Support.YOSHIFUJI Hideaki / 吉藤英明
2009-10-07add vif using local interface index instead of IPIlia K
2009-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-10-06net: speedup sk_wake_async()Eric Dumazet
2009-10-05wext: let get_wireless_stats() sleepJohannes Berg
2009-10-05net: export device speed and duplex via sysfsAndy Gospodarek
2009-10-05cfg80211: assign device type in netdev notifier callbackMarcel Holtmann
2009-10-05net: introduce NETDEV_POST_INIT notifierJohannes Berg
2009-10-05tunnels: Optimize tx pathEric Dumazet
2009-10-05ipv4: fib table algorithm performance improvementStephen Hemminger
2009-10-05af_packet: add interframe drop cmsg (v6)Neil Horman
2009-10-05pktgen: Avoid dirtying skb->users when txq is fullEric Dumazet
2009-10-05icmp: No need to call sk_write_space()Eric Dumazet
2009-10-05ethtool: Remove support for obsolete string query operationsBen Hutchings
2009-10-04pktgen: restore nanosec delaysEric Dumazet
2009-10-04pktgen: Fix multiqueue handlingEric Dumazet
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan
2009-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-10-02net: splice() from tcp to pipe should take into account O_NONBLOCKEric Dumazet
2009-10-01net: Use sk_mark for routing lookup in more placesAtis Elsts
2009-10-01IPv4 TCP fails to send window scale option when window scale is zeroOri Finkelman
2009-10-01net/ipv4/tcp.c: fix min() type mismatch warningAndrew Morton
2009-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2009-10-01pktgen: Fix delay handlingEric Dumazet
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-09-30ax25: Fix possible oops in ax25_make_newJarek Poplawski
2009-09-30net: restore tx timestamping for accelerated vlansEric Dumazet
2009-09-30Phonet: fix mutex imbalanceRémi Denis-Courmont
2009-09-30sit: fix off-by-one in ipip6_tunnel_get_prlSascha Hlusiak
2009-09-30net: Fix sock_wfree() raceEric Dumazet
2009-09-30net: Make setsockopt() optlen be unsigned.David S. Miller
2009-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2009-09-29mac80211: Fix [re]association power saving issue on AP sideIgor Perminov
2009-09-28Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2009-09-28wext: add back wireless/ dir in sysfs for cfg80211 interfacesJohannes Berg
2009-09-28wext: Add bound checks for copy_from_userArjan van de Ven
2009-09-28mac80211: improve/fix mlme messagesJohannes Berg
2009-09-28cfg80211: always get BSSJohannes Berg
2009-09-28cfg80211: don't set privacy w/o keyJohannes Berg
2009-09-28cfg80211: wext: don't display BSSID unless associatedJohannes Berg
2009-09-28net: Add explicit bound checks in net/socket.cArjan van de Ven
2009-09-28bridge: Fix double-free in br_add_if.Jeff Hansen
2009-09-28ax25: Add missing dev_put in ax25_setsockoptRalf Baechle
2009-09-27const: mark struct vm_struct_operationsAlexey Dobriyan