Age | Commit message (Expand) | Author | Files | Lines |
2007-04-26 | [SK_BUFF]: Introduce skb_network_offset() | Arnaldo Carvalho de Melo | 8 | -18/+18 |
2007-04-26 | [SK_BUFF] xfrm4: use skb_reset_network_header | Arnaldo Carvalho de Melo | 1 | -2/+4 |
2007-04-26 | [SK_BUFF] ipv6: More skb_reset_network_header conversions related to skb_pull | Arnaldo Carvalho de Melo | 4 | -7/+10 |
2007-04-26 | [SK_BUFF]: Use skb_reset_network_header after skb_push | Arnaldo Carvalho de Melo | 2 | -11/+12 |
2007-04-26 | [SK_BUFF] ipconfig: Another conversion to skb_reset_network_header related to... | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2007-04-26 | [SK_BUFF]: Some more skb_put cases converted to skb_reset_network_header | Arnaldo Carvalho de Melo | 2 | -3/+5 |
2007-04-26 | [SK_BUFF]: Some more simple skb_reset_network_header conversions | Arnaldo Carvalho de Melo | 3 | -4/+4 |
2007-04-26 | [SK_BUFF]: Use skb_reset_network_header where the return of __pskb_pull was b... | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2007-04-26 | [SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used | Arnaldo Carvalho de Melo | 5 | -8/+24 |
2007-04-26 | [SK_BUFF]: Use skb_reset_network_header in skb_push cases | Arnaldo Carvalho de Melo | 12 | -15/+34 |
2007-04-26 | [SK_BUFF]: Introduce skb_reset_network_header(skb) | Arnaldo Carvalho de Melo | 34 | -53/+57 |
2007-04-26 | [IPV6]: Use skb->nh.ipv6h instead of casting skb->nh.raw | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Introduce skb_mac_header() | Arnaldo Carvalho de Melo | 21 | -41/+48 |
2007-04-26 | [TCP]: Use skb_set_mac_header in tcp_collapse | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [TCP]: Do the layer header setting in tcp_collapse relative to skb->data | Arnaldo Carvalho de Melo | 1 | -3/+5 |
2007-04-26 | [SK_BUFF] xfrm: Use skb_set_mac_header in the memmove cases | Arnaldo Carvalho de Melo | 3 | -6/+12 |
2007-04-26 | [SK_BUFF]: Introduce skb_set_mac_header() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [LLC]: Use skb_reset_mac_header in llc_mac_hdr_init | Arnaldo Carvalho de Melo | 1 | -2/+4 |
2007-04-26 | [LLC]: Use skb_reset_mac_header in llc_alloc_frame | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [SK_BUFF]: Introduce skb_reset_mac_header(skb) | Arnaldo Carvalho de Melo | 24 | -27/+30 |
2007-04-26 | [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans | Arnaldo Carvalho de Melo | 5 | -7/+2 |
2007-04-26 | [HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->dev | Arnaldo Carvalho de Melo | 2 | -4/+5 |
2007-04-26 | [TR]: Make tr_type_trans set skb->dev | Arnaldo Carvalho de Melo | 2 | -1/+4 |
2007-04-26 | [TR]: Use tr_hdr() were appropriate | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2007-04-26 | [SOCKET]: Export __sock_recv_timestamp | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2007-04-26 | [NET]: Adding SO_TIMESTAMPNS / SCM_TIMESTAMPNS support | Eric Dumazet | 3 | -3/+52 |
2007-04-26 | [UDP]: Use __skb_pull since we have checked it won't fail with pskb_may_pull | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2007-04-26 | [NET]: New sysctls should use __read_mostly tags | Eric Dumazet | 1 | -3/+3 |
2007-04-26 | [IPV6]: Ensure to truncate result and return full length for sticky options. | YOSHIFUJI Hideaki | 1 | -2/+2 |
2007-04-26 | [IPV6]: Return correct result for sticky options. | YOSHIFUJI Hideaki | 1 | -4/+23 |
2007-04-26 | [UDP]: deinline | Stephen Hemminger | 1 | -4/+4 |
2007-04-26 | [NET]: deinline some functions | Stephen Hemminger | 1 | -5/+5 |
2007-04-26 | [TCP]: whitespace cleanup | Stephen Hemminger | 5 | -50/+51 |
2007-04-26 | [IPV4]: cleanup | Stephen Hemminger | 12 | -750/+745 |
2007-04-26 | [WIRELESS]: use ARRAY_SIZE() | Stephen Hemminger | 1 | -4/+2 |
2007-04-26 | [NET] core: whitespace cleanup | Stephen Hemminger | 7 | -535/+530 |
2007-04-26 | [UDP]: ipv6 style cleanup | Stephen Hemminger | 1 | -6/+6 |
2007-04-26 | [UDP]: ipv4 whitespace cleanup | Stephen Hemminger | 1 | -47/+48 |
2007-04-26 | [NET]: Replace CONFIG_NET_DEBUG with sysctl. | Stephen Hemminger | 3 | -7/+10 |
2007-04-26 | [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution | Eric Dumazet | 12 | -0/+82 |
2007-04-26 | [TCP/DCCP/RANDOM]: Remove unused exports. | Adrian Bunk | 2 | -3/+0 |
2007-04-26 | [TCP]: Abstract out all write queue operations. | David S. Miller | 5 | -96/+107 |
2007-04-26 | [NET] TIPC: Use htons() where appropriate. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-04-26 | [NET] SCHED: Use htons() where appropriate. | YOSHIFUJI Hideaki | 2 | -2/+2 |
2007-04-26 | [NET] NETFILTER: Use htonl() where appropriate. | YOSHIFUJI Hideaki | 1 | -5/+4 |
2007-04-26 | [NET] IPV4: Use hton{s,l}() where appropriate. | YOSHIFUJI Hideaki | 4 | -26/+25 |
2007-04-26 | [NET] IEEE80211: Use htons() where appropriate. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-04-26 | [NET] ETHERNET: Use htons() where appropriate. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-04-26 | [NET] CORE: Use htons() where appropriate. | YOSHIFUJI Hideaki | 1 | -1/+1 |
2007-04-26 | [NET] BLUETOOTH: Use cpu_to_le{16,32}() where appropriate. | YOSHIFUJI Hideaki | 4 | -67/+67 |